home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / misc~1 / 123 / stcitdoc.arc / ALIAS.DOC < prev    next >
Encoding:
Text File  |  1987-11-15  |  1.5 KB  |  42 lines

  1. ALIAS.DOC
  2.  
  3.     Roomname aliasing:
  4.  
  5. 1)  Why allow aliased net names?  Well... it's a neat hack and it allows
  6.     systems to belong to the network without having to become just another
  7.     network clone.
  8.  
  9. 2)  Yet another file in the net directory:  if the file ALIAS.SYS in in your
  10.     net-directory, STadel will read it for a list of systems & aliased names.
  11.     This file is a ordinary ascii file; each line describes an alias for a
  12.     system like so:
  13.  
  14.     system<tab>roomname here<tab>roomname there
  15.         ^          ^
  16.         |          |
  17.         +-----------------+- One and only* one tab.
  18.                      This *MUST* be a tab.
  19.  
  20.     (For example, if I wanted to network my Dumpster) with Non sequitur) on
  21.     Bad Sector, I would put a line of the form
  22.  
  23.     `Bad Sector<tab>Dumpster<tab>Non sequitur'
  24.  
  25.     in my ALIAS.SYS file.)
  26.  
  27. 3)  When STadel goes into networking, it will load this file into memory.
  28.     When it gets a roomsharing request from a system, it will scan this list
  29.     before it checks the roomname for sharing.  If it finds an alias here,
  30.     it will check to see whether the alias exists instead of the name the
  31.     other system sent in for networking.
  32.     When STadel calls another system, it will do the same thing, but it will
  33.     check the local roomname and send out the aliased remote roomname.
  34.  
  35.  
  36. 4)  Here's what the ALIAS.SYS for Pell looks like (with tabs replaced
  37.     by <tab>):
  38.  
  39. syntel<tab>Dumpster<tab>\dev\null
  40. The Funny Farm<tab>Dumpster<tab>Bit Barf
  41.     
  42.